home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / rosoft / RosoftAudioToolsFree.exe / {app} / RosoftLameEncoderLimited.exe / 0 / RCDATA / TFORMDOWNLOADLAMEENC / TFORMDOWNLOADLAMEENC.txt < prev   
Encoding:
Text File  |  2002-03-03  |  2.3 KB  |  104 lines

  1. object FormDownloadLameEnc: TFormDownloadLameEnc
  2.   Left = 368
  3.   Top = 283
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Download Lame Encoder'
  7.   ClientHeight = 131
  8.   ClientWidth = 463
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 463
  24.     Height = 131
  25.     Align = alClient
  26.     Picture.Data = {<image000.bmp>}
  27.     Stretch = True
  28.   end
  29.   object lblDownloadLame: TLabel
  30.     Left = 16
  31.     Top = 64
  32.     Width = 282
  33.     Height = 30
  34.     Cursor = crHandPoint
  35.     Caption = 'Download lame_enc.dll here'
  36.     Color = clWhite
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clActiveCaption
  39.     Font.Height = -21
  40.     Font.Name = 'Comic Sans MS'
  41.     Font.Style = [fsBold]
  42.     ParentColor = False
  43.     ParentFont = False
  44.     Transparent = True
  45.     OnClick = lblDownloadLinkClick
  46.     OnEndDrag = lblDownloadLameEndDrag
  47.   end
  48.   object pbClose: TRSButton
  49.     Left = 337
  50.     Top = 78
  51.     Width = 109
  52.     Height = 26
  53.     Picture.Data = {<image001.bmp>}
  54.     Transparent = True
  55.     OnClick = pbCloseClick
  56.   end
  57.   object Label1: TLabel
  58.     Left = 32
  59.     Top = 99
  60.     Width = 259
  61.     Height = 19
  62.     Caption = 'Do not display this message at start up.'
  63.     Font.Charset = ANSI_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -13
  66.     Font.Name = 'Comic Sans MS'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.     Transparent = True
  70.   end
  71.   object Memo1: TMemo
  72.     Left = 8
  73.     Top = 8
  74.     Width = 449
  75.     Height = 49
  76.     Alignment = taCenter
  77.     Color = clBlack
  78.     Enabled = False
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clLime
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsBold]
  84.     Lines.Strings = (
  85.       
  86.         'The program can'#39't find the file lame_enc.dll. Press the link bel' +
  87.         'ow and '
  88.       
  89.         'you will be directed to a download. Unzip the downloaded file to' +
  90.         ' your '
  91.       'Windows folder. Then close and restart the program.')
  92.     ParentFont = False
  93.     TabOrder = 0
  94.   end
  95.   object cbShowDownload: TCheckBox
  96.     Left = 16
  97.     Top = 101
  98.     Width = 13
  99.     Height = 14
  100.     Caption = 'cbShowDownload'
  101.     TabOrder = 1
  102.   end
  103. end
  104.